1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmORDER_FORM
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmORDER_FORM))
27         Me.Label1 = New System.Windows.Forms.Label
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.Label3 = New System.Windows.Forms.Label
30         Me.dtOrder = New System.Windows.Forms.DateTimePicker
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox
32         Me.lstOrder = New System.Windows.Forms.ListView
33         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
34         Me.PictureBox1 = New System.Windows.Forms.PictureBox
35         Me.grpCat = New System.Windows.Forms.GroupBox
36         Me.cmdcancel = New System.Windows.Forms.Button
37         Me.CmdSearch = New System.Windows.Forms.Button
38         Me.txtorder = New System.Windows.Forms.TextBox
39         Me.Label4 = New System.Windows.Forms.Label
40         Me.GroupBox1.SuspendLayout()
41         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
42         Me.grpCat.SuspendLayout()
43         Me.SuspendLayout()
44         
'
45         
'Label1
46         
'
47         Me.Label1.AutoSize = True
48         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
49         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
50         Me.Label1.Location = New System.Drawing.Point(
61, 9)
51         Me.Label1.Name =
"Label1"
52         Me.Label1.Size = New System.Drawing.Size(
165, 19)
53         Me.Label1.TabIndex =
1
54         Me.Label1.Text =
"Order Module Form"
55         
'
56         
'Label2
57         
'
58         Me.Label2.AutoSize = True
59         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
60         Me.Label2.Location = New System.Drawing.Point(
62, 28)
61         Me.Label2.Name =
"Label2"
62         Me.Label2.Size = New System.Drawing.Size(
165, 13)
63         Me.Label2.TabIndex =
2
64         Me.Label2.Text =
"State current and previous order"
65         
'
66         
'Label3
67         
'
68         Me.Label3.AutoSize = True
69         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
70         Me.Label3.Location = New System.Drawing.Point(
511, 30)
71         Me.Label3.Name =
"Label3"
72         Me.Label3.Size = New System.Drawing.Size(
40, 13)
73         Me.Label3.TabIndex =
3
74         Me.Label3.Text =
"Date :"
75         
'
76         
'dtOrder
77         
'
78         Me.dtOrder.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.dtOrder.Location = New System.Drawing.Point(
557, 22)
80         Me.dtOrder.Name =
"dtOrder"
81         Me.dtOrder.Size = New System.Drawing.Size(
200, 21)
82         Me.dtOrder.TabIndex =
4
83         
'
84         
'GroupBox1
85         
'
86         Me.GroupBox1.Controls.Add(Me.grpCat)
87         Me.GroupBox1.Controls.Add(Me.lstOrder)
88         Me.GroupBox1.Location = New System.Drawing.Point(
2, 42)
89         Me.GroupBox1.Name =
"GroupBox1"
90         Me.GroupBox1.Size = New System.Drawing.Size(
789, 555)
91         Me.GroupBox1.TabIndex =
5
92         Me.GroupBox1.TabStop = False
93         
'
94         
'lstOrder
95         
'
96         Me.lstOrder.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
97         Me.lstOrder.FullRowSelect = True
98         Me.lstOrder.GridLines = True
99         Me.lstOrder.Location = New System.Drawing.Point(
6, 13)
100         Me.lstOrder.Name =
"lstOrder"
101         Me.lstOrder.Size = New System.Drawing.Size(
777, 536)
102         Me.lstOrder.SmallImageList = Me.ImageList1
103         Me.lstOrder.TabIndex =
0
104         Me.lstOrder.UseCompatibleStateImageBehavior = False
105         Me.lstOrder.View = System.Windows.Forms.View.Details
106         
'
107         
'ImageList1
108         
'
109         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
110         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
111         Me.ImageList1.Images.SetKeyName(
0, "buy_16.png")
112         
'
113         
'PictureBox1
114         
'
115         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
116         Me.PictureBox1.Location = New System.Drawing.Point(
2, 3)
117         Me.PictureBox1.Name =
"PictureBox1"
118         Me.PictureBox1.Size = New System.Drawing.Size(
54, 40)
119         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
120         Me.PictureBox1.TabIndex =
0
121         Me.PictureBox1.TabStop = False
122         
'
123         
'grpCat
124         
'
125         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
126         Me.grpCat.Controls.Add(Me.cmdcancel)
127         Me.grpCat.Controls.Add(Me.CmdSearch)
128         Me.grpCat.Controls.Add(Me.txtorder)
129         Me.grpCat.Controls.Add(Me.Label4)
130         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
131         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
132         Me.grpCat.Location = New System.Drawing.Point(
234, 237)
133         Me.grpCat.Name =
"grpCat"
134         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
135         Me.grpCat.TabIndex =
4
136         Me.grpCat.TabStop = False
137         Me.grpCat.Text =
"Search by Order No."
138         Me.grpCat.Visible = False
139         
'
140         
'cmdcancel
141         
'
142         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
143         Me.cmdcancel.Name =
"cmdcancel"
144         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
145         Me.cmdcancel.TabIndex =
3
146         Me.cmdcancel.Text =
"&Cancel"
147         Me.cmdcancel.UseVisualStyleBackColor = True
148         
'
149         
'CmdSearch
150         
'
151         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
152         Me.CmdSearch.Name =
"CmdSearch"
153         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
154         Me.CmdSearch.TabIndex =
2
155         Me.CmdSearch.Text =
"&Search"
156         Me.CmdSearch.UseVisualStyleBackColor = True
157         
'
158         
'txtorder
159         
'
160         Me.txtorder.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.txtorder.Location = New System.Drawing.Point(
60, 23)
162         Me.txtorder.MaxLength =
50
163         Me.txtorder.Name =
"txtorder"
164         Me.txtorder.Size = New System.Drawing.Size(
254, 22)
165         Me.txtorder.TabIndex =
1
166         
'
167         
'Label4
168         
'
169         Me.Label4.AutoSize = True
170         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
171         Me.Label4.Location = New System.Drawing.Point(
7, 31)
172         Me.Label4.Name =
"Label4"
173         Me.Label4.Size = New System.Drawing.Size(
52, 13)
174         Me.Label4.TabIndex =
0
175         Me.Label4.Text =
"Search :"
176         
'
177         
'FrmORDER_FORM
178         
'
179         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
180         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
181         Me.ClientSize = New System.Drawing.Size(
832, 619)
182         Me.Controls.Add(Me.GroupBox1)
183         Me.Controls.Add(Me.dtOrder)
184         Me.Controls.Add(Me.Label3)
185         Me.Controls.Add(Me.Label2)
186         Me.Controls.Add(Me.Label1)
187         Me.Controls.Add(Me.PictureBox1)
188         Me.Name =
"FrmORDER_FORM"
189         Me.Text =
"Ordering Kiosk"
190         Me.GroupBox1.ResumeLayout(False)
191         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
192         Me.grpCat.ResumeLayout(False)
193         Me.grpCat.PerformLayout()
194         Me.ResumeLayout(False)
195         Me.PerformLayout()
196
197     End Sub
198     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
199     Friend WithEvents Label1 As System.Windows.Forms.Label
200     Friend WithEvents Label2 As System.Windows.Forms.Label
201     Friend WithEvents Label3 As System.Windows.Forms.Label
202     Friend WithEvents dtOrder As System.Windows.Forms.DateTimePicker
203     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
204     Friend WithEvents lstOrder As System.Windows.Forms.ListView
205     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
206     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
207     Friend WithEvents cmdcancel As System.Windows.Forms.Button
208     Friend WithEvents CmdSearch As System.Windows.Forms.Button
209     Friend WithEvents txtorder As System.Windows.Forms.TextBox
210     Friend WithEvents Label4 As System.Windows.Forms.Label
211 End Class


Gõ tìm kiếm nhanh...